runtime.rtype.string (method)
30 uses
runtime (current package)
alg.go#L158: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L185: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L262: panic(errorString("hash of unhashable type " + toRType(t).string()))
alg.go#L320: panic(errorString("comparing uncomparable type " + toRType(t).string()))
alg.go#L337: panic(errorString("comparing uncomparable type " + toRType(t).string()))
error.go#L47: inter = toRType(e._interface).string()
error.go#L49: as := toRType(e.asserted).string()
error.go#L53: cs := toRType(e.concrete).string()
error.go#L261: typestring := toRType(eface._type).string()
heapdump.go#L200: dumpstr(rt.string())
mbitmap.go#L995: print("runtime: type=", toRType(typ).string(), "\n")
mbitmap.go#L1467: println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " of size ", typ.Size_, " but memory size", size)
mbitmap.go#L1931: print("runtime: type=", toRType(et).string(), "\n")
mcheckmark.go#L242: print("Value of type ", toRType(ctx.ptrType).string(), " at ", hex(r.ptr), "\n")
mfinal.go#L439: throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
mfinal.go#L494: throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
mfinal.go#L498: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
mfinal.go#L501: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
mfinal.go#L524: throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
panic.go#L711: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L132: panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
tracetype.go#L49: typName := toRType(typ).string()
type.go#L18: return toRType(typ).string()
type.go#L32: func (t rtype) string() string {
type.go#L48: s := t.string()
type.go#L529: if rt.string() != rv.string() {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |